home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia2.dir / 00276_Script_276 < prev    next >
Text File  |  1995-05-21  |  306b  |  16 lines

  1. on mouseDown
  2.   put "CountryClubBTN" into f
  3.   put "CountryClubBTNHL" into fHL
  4.   puppetSound "button.aif"
  5.   hiliter 16, f, fHL
  6. end 
  7.  
  8.  
  9.  
  10. on mouseUp
  11.   global gTheDay, CClub
  12.   WhatDayIsIt
  13.   set the castNum of sprite 16 = cast "CountryClubBTN"
  14.   updatestage
  15.   go frame gTheDay & "CClub" & CClub
  16. end